[INFO] cloning repository https://github.com/rferrazz/cyloader
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rferrazz/cyloader" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frferrazz%2Fcyloader", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frferrazz%2Fcyloader'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 239ee1804167ef79c707e7c85d6658e37507b081
[INFO] fixing rferrazz/cyloader against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frferrazz%2Fcyloader" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rferrazz/cyloader
[INFO] finished tweaking git repo https://github.com/rferrazz/cyloader
[INFO] tweaked toml for git repo https://github.com/rferrazz/cyloader written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rferrazz/cyloader on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rferrazz/cyloader already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `cyloader` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7842c768bccf3c8123d7303283d8b13be48c71ba43d241f3b0ba5a3893c2b082
[INFO] running `Command { std: "docker" "start" "7842c768bccf3c8123d7303283d8b13be48c71ba43d241f3b0ba5a3893c2b082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7842c768bccf3c8123d7303283d8b13be48c71ba43d241f3b0ba5a3893c2b082" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7842c768bccf3c8123d7303283d8b13be48c71ba43d241f3b0ba5a3893c2b082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7842c768bccf3c8123d7303283d8b13be48c71ba43d241f3b0ba5a3893c2b082" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating cyapi/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `cyloader` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling libc v0.2.97
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling nix v0.16.1
[INFO] [stderr]    Compiling cbindgen v0.19.0
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking textwrap v0.12.1
[INFO] [stderr]     Checking os_str_bytes v2.4.0
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]     Checking env_logger v0.9.0
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]     Checking serialport v4.0.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.2
[INFO] [stderr]     Checking clap v3.0.0-beta.2
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling num_enum_derive v0.5.1
[INFO] [stderr]     Checking num_enum v0.5.1
[INFO] [stderr]     Checking cyapi v0.1.0 (/opt/rustwide/workdir/cyapi)
[INFO] [stderr]    Migrating cyapi/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Compiling cyloader v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2015 edition to 2018
[INFO] [stderr]    Migrating src/clib.rs from 2015 edition to 2018
[INFO] [stderr]    Migrating src/updater.rs from 2015 edition to 2018
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.38s
[INFO] [stderr] crater-edition-check: cyapi v0.1.0 (/opt/rustwide/workdir/cyapi) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: cyloader v0.1.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]    Compiling cyloader v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking cyapi v0.1.0 (/opt/rustwide/workdir/cyapi)
[INFO] [stdout] warning: unused variable: `checksum`
[INFO] [stdout]   --> cyapi/src/lib.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let checksum = reader.read_u16::<LittleEndian>()?;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checksum`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `checksum`
[INFO] [stdout]   --> cyapi/src/lib.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let checksum = reader.read_u16::<LittleEndian>()?;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checksum`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.45s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating cyapi/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr]     Checking cyapi v0.1.0 (/opt/rustwide/workdir/cyapi)
[INFO] [stderr]    Migrating cyapi/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking cyloader v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/updater.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating src/clib.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.30s
[INFO] [stderr] crater-edition-check: cyapi v0.1.0 (/opt/rustwide/workdir/cyapi) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: cyloader v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling libc v0.2.97
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]     Checking nix v0.16.1
[INFO] [stderr]     Checking clap v3.0.0-beta.2
[INFO] [stderr]     Checking env_logger v0.9.0
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling cbindgen v0.19.0
[INFO] [stderr]     Checking serialport v4.0.1
[INFO] [stderr]     Checking cyapi v0.1.0 (/opt/rustwide/workdir/cyapi)
[INFO] [stdout] warning: unused variable: `checksum`
[INFO] [stdout]   --> cyapi/src/lib.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let checksum = reader.read_u16::<LittleEndian>()?;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checksum`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `checksum`
[INFO] [stdout]   --> cyapi/src/lib.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let checksum = reader.read_u16::<LittleEndian>()?;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checksum`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cyloader v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.04s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating cyapi/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr]     Checking cyapi v0.1.0 (/opt/rustwide/workdir/cyapi)
[INFO] [stderr] warning: `cyapi/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] 
[INFO] [stderr] If you are trying to migrate from the previous edition (2021), the
[INFO] [stderr] process requires following these steps:
[INFO] [stderr] 
[INFO] [stderr] 1. Start with `edition = "2021"` in `Cargo.toml`
[INFO] [stderr] 2. Run `cargo fix --edition`
[INFO] [stderr] 3. Modify `Cargo.toml` to set `edition = "2024"`
[INFO] [stderr] 4. Run `cargo build` or `cargo test` to verify the fixes worked
[INFO] [stderr] 
[INFO] [stderr] More details may be found at
[INFO] [stderr] https://doc.rust-lang.org/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
[INFO] [stderr] 
[INFO] [stderr]     Checking cyloader v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/clib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/clib.rs (3 fixes)
[INFO] [stderr]    Migrating src/updater.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.14s
[INFO] [stderr] crater-edition-check: cyapi v0.1.0 (/opt/rustwide/workdir/cyapi) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: cyloader v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling cyloader v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking cyapi v0.1.0 (/opt/rustwide/workdir/cyapi)
[INFO] [stdout] warning: unused variable: `checksum`
[INFO] [stdout]   --> cyapi/src/lib.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let checksum = reader.read_u16::<LittleEndian>()?;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checksum`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `checksum`
[INFO] [stdout]   --> cyapi/src/lib.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let checksum = reader.read_u16::<LittleEndian>()?;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checksum`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: failed to run custom build command for `cyloader v0.1.0 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/cyloader-b5769f4f9a71457c/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1550) panicked at build.rs:13:8:
[INFO] [stderr]   Unable to generate bindings: ParseSyntaxError { crate_name: "cyloader", src_path: "/opt/rustwide/workdir/src/clib.rs", error: Error("expected path") }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5ec7cf948fb8 - std[5c0eaf5403f5fa91]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5ec7cf948fb8 - std[5c0eaf5403f5fa91]::backtrace_rs::backtrace::trace_unsynchronized::<std[5c0eaf5403f5fa91]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5ec7cf948fb8 - std[5c0eaf5403f5fa91]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x5ec7cf948fb8 - <<std[5c0eaf5403f5fa91]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6b4415987d471b61]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x5ec7cf95ffea - <core[6b4415987d471b61]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x5ec7cf95ffea - core[6b4415987d471b61]::fmt::write
[INFO] [stderr]      6:     0x5ec7cf94e352 - std[5c0eaf5403f5fa91]::io::default_write_fmt::<std[5c0eaf5403f5fa91]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:623:11
[INFO] [stderr]      7:     0x5ec7cf94e352 - <std[5c0eaf5403f5fa91]::sys::stdio::unix::Stderr as std[5c0eaf5403f5fa91]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1661:13
[INFO] [stderr]      8:     0x5ec7cf92afe6 - <std[5c0eaf5403f5fa91]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x5ec7cf92afe6 - std[5c0eaf5403f5fa91]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x5ec7cf943981 - std[5c0eaf5403f5fa91]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x5ec7cf943c32 - <alloc[ae119af534b892b]::boxed::Box<dyn for<'a, 'b> core[6b4415987d471b61]::ops::function::Fn<(&'a std[5c0eaf5403f5fa91]::panic::PanicHookInfo<'b>,), Output = ()> + core[6b4415987d471b61]::marker::Sync + core[6b4415987d471b61]::marker::Send> as core[6b4415987d471b61]::ops::function::Fn<(&std[5c0eaf5403f5fa91]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:2287:9
[INFO] [stderr]     12:     0x5ec7cf943c32 - std[5c0eaf5403f5fa91]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:822:13
[INFO] [stderr]     13:     0x5ec7cf92b0a2 - std[5c0eaf5403f5fa91]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:687:13
[INFO] [stderr]     14:     0x5ec7cf920129 - std[5c0eaf5403f5fa91]::sys::backtrace::__rust_end_short_backtrace::<std[5c0eaf5403f5fa91]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     15:     0x5ec7cf92b99d - __rustc[33ffaff69ac0afe3]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:678:5
[INFO] [stderr]     16:     0x5ec7cf96086c - core[6b4415987d471b61]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/panicking.rs:80:14
[INFO] [stderr]     17:     0x5ec7cf9605e2 - core[6b4415987d471b61]::result::unwrap_failed
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/result.rs:1870:5
[INFO] [stderr]     18:     0x5ec7cf60cd00 - <core[6b4415987d471b61]::result::Result<cbindgen[be20e38f0b0ca5a]::bindgen::bindings::Bindings, cbindgen[be20e38f0b0ca5a]::bindgen::error::Error>>::expect
[INFO] [stderr]     19:     0x5ec7cf60c658 - build_script_build[a6f0221eaaad1cf0]::main
[INFO] [stderr]     20:     0x5ec7cf60e253 - <fn() as core[6b4415987d471b61]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     21:     0x5ec7cf611516 - std[5c0eaf5403f5fa91]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     22:     0x5ec7cf615069 - std[5c0eaf5403f5fa91]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     23:     0x5ec7cf942c77 - <&dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync as core[6b4415987d471b61]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     24:     0x5ec7cf942c77 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::do_call::<&dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:575:43
[INFO] [stderr]     25:     0x5ec7cf942c77 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::<i32, &dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:543:19
[INFO] [stderr]     26:     0x5ec7cf942c77 - std[5c0eaf5403f5fa91]::panic::catch_unwind::<&dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panic.rs:359:14
[INFO] [stderr]     27:     0x5ec7cf942c77 - std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/rt.rs:175:24
[INFO] [stderr]     28:     0x5ec7cf942c77 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::do_call::<std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:575:43
[INFO] [stderr]     29:     0x5ec7cf942c77 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::<isize, std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:543:19
[INFO] [stderr]     30:     0x5ec7cf942c77 - std[5c0eaf5403f5fa91]::panic::catch_unwind::<std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panic.rs:359:14
[INFO] [stderr]     31:     0x5ec7cf942c77 - std[5c0eaf5403f5fa91]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/rt.rs:171:5
[INFO] [stderr]     32:     0x5ec7cf610f81 - std[5c0eaf5403f5fa91]::rt::lang_start::<()>
[INFO] [stderr]     33:     0x5ec7cf60e2d5 - main
[INFO] [stderr]     34:     0x768ca0ff71ca - <unknown>
[INFO] [stderr]     35:     0x768ca0ff728b - __libc_start_main
[INFO] [stderr]     36:     0x5ec7cf5f7cc5 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "7842c768bccf3c8123d7303283d8b13be48c71ba43d241f3b0ba5a3893c2b082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7842c768bccf3c8123d7303283d8b13be48c71ba43d241f3b0ba5a3893c2b082", kill_on_drop: false }`
[INFO] [stdout] 7842c768bccf3c8123d7303283d8b13be48c71ba43d241f3b0ba5a3893c2b082
